home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1994
/
MacHack 1994.toast
/
MacHack™ 1987-1994
/
MacHack™ '93
/
Hacks '93
/
String Extractor⁄Localization
/
Scanner
/
Input
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-06-18
|
295 b
|
25 lines
|
[
TEXT/KAHL
]
#include "foo.h"
/*
* This is an "example"
*/
void
main ( void ) {
printf ( "%s\nFoo" , foo ? foo : "foo\\" ) ;
// "literal" means string constant
}
void
foom ( void ) {
char c = '\"' ;
}
char * array [ ] = {
"\PA pascal string" ,
"\pAnother pascal string" ,
"\120\1Moofie!" ,
} ;